AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Sintaxis WLanguage / Palabras clave reservadas
  • Manipulating the controls of the sliding window from the current window
  • Limitation
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MyRightSlidingWindow (Reserved word)
In french: MaFenêtreCoulissanteDroite
MyRightSlidingWindow is used to handle the right sliding window associated with the current window. When running the window, MyRightSlidingWindow is replaced with the window (and not by the name of the window). The MyRightSlidingWindow keyword is then used as a window.
Use: The MyRightSlidingWindow keyword allows you to manipulate the controls in the right sliding window from the current window
Example
MyRightSlidingWindow.ConnectAfter(False)
WinSlidingVisible(swRight, True)
Syntax
MyRightSlidingWindow
Remarks

Manipulating the controls of the sliding window from the current window

The MyRightSlidingWindow keyword is always replaced by the right sliding window defined for the current window. In the example below, the Color property is used on a Static control:
// Changes the caption color in the right sliding window
MyRightSlidingWindow.STC_Caption.Color = LightRed

Limitation

The MyRightSlidingWindow keyword allows you to access the controls in the sliding window. It can also be used to call the procedures of this window.
However, the MyRightSlidingWindow keyword cannot be used to access the variables or properties of the sliding window.
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2024

Señalar un error o enviar una sugerencia | Ayuda local